1 namespace WarehouseManagementSystem
2 {
3     
partial class frmProduct
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmProduct));
32             
this.groupBox1 = new System.Windows.Forms.GroupBox();
33             
this.txtPrice = new System.Windows.Forms.TextBox();
34             
this.label6 = new System.Windows.Forms.Label();
35             
this.label5 = new System.Windows.Forms.Label();
36             
this.txtFeatures = new System.Windows.Forms.RichTextBox();
37             
this.label4 = new System.Windows.Forms.Label();
38             
this.cmbSubCategory = new System.Windows.Forms.ComboBox();
39             
this.label3 = new System.Windows.Forms.Label();
40             
this.cmbCategory = new System.Windows.Forms.ComboBox();
41             
this.label2 = new System.Windows.Forms.Label();
42             
this.label1 = new System.Windows.Forms.Label();
43             
this.txtProductName = new System.Windows.Forms.TextBox();
44             
this.panel1 = new System.Windows.Forms.Panel();
45             
this.btnGetData = new System.Windows.Forms.Button();
46             
this.btnUpdate = new System.Windows.Forms.Button();
47             
this.btnDelete = new System.Windows.Forms.Button();
48             
this.btnSave = new System.Windows.Forms.Button();
49             
this.btnNew = new System.Windows.Forms.Button();
50             
this.txtProductID = new System.Windows.Forms.TextBox();
51             
this.txtCategoryID = new System.Windows.Forms.TextBox();
52             
this.txtSubCategoryID = new System.Windows.Forms.TextBox();
53             
this.button1 = new System.Windows.Forms.Button();
54             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
55             
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
56             
this.groupBox1.SuspendLayout();
57             
this.panel1.SuspendLayout();
58             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
59             
this.SuspendLayout();
60             
//
61             
// groupBox1
62             
//
63             
this.groupBox1.Controls.Add(this.txtPrice);
64             
this.groupBox1.Controls.Add(this.label6);
65             
this.groupBox1.Controls.Add(this.label5);
66             
this.groupBox1.Controls.Add(this.txtFeatures);
67             
this.groupBox1.Controls.Add(this.label4);
68             
this.groupBox1.Controls.Add(this.cmbSubCategory);
69             
this.groupBox1.Controls.Add(this.label3);
70             
this.groupBox1.Controls.Add(this.cmbCategory);
71             
this.groupBox1.Controls.Add(this.label2);
72             
this.groupBox1.Controls.Add(this.label1);
73             
this.groupBox1.Controls.Add(this.txtProductName);
74             
this.groupBox1.Location = new System.Drawing.Point(24, 25);
75             
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
76             
this.groupBox1.Name = "groupBox1";
77             
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
78             
this.groupBox1.Size = new System.Drawing.Size(782, 427);
79             
this.groupBox1.TabIndex = 1;
80             
this.groupBox1.TabStop = false;
81             
this.groupBox1.Text = "Product Info";
82             
//
83             
// txtPrice
84             
//
85             
this.txtPrice.Location = new System.Drawing.Point(166, 358);
86             
this.txtPrice.Name = "txtPrice";
87             
this.txtPrice.Size = new System.Drawing.Size(151, 24);
88             
this.txtPrice.TabIndex = 4;
89             
this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
90             
//
91             
// label6
92             
//
93             
this.label6.AutoSize = true;
94             
this.label6.Location = new System.Drawing.Point(81, 365);
95             
this.label6.Name = "label6";
96             
this.label6.Size = new System.Drawing.Size(35, 17);
97             
this.label6.TabIndex = 9;
98             
this.label6.Text = "Price";
99             
//
100             
// label5
101             
//
102             
this.label5.AutoSize = true;
103             
this.label5.Location = new System.Drawing.Point(29, 155);
104             
this.label5.Name = "label5";
105             
this.label5.Size = new System.Drawing.Size(54, 17);
106             
this.label5.TabIndex = 8;
107             
this.label5.Text = "Features";
108             
//
109             
// txtFeatures
110             
//
111             
this.txtFeatures.Location = new System.Drawing.Point(166, 155);
112             
this.txtFeatures.Name = "txtFeatures";
113             
this.txtFeatures.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
114             
this.txtFeatures.Size = new System.Drawing.Size(530, 163);
115             
this.txtFeatures.TabIndex = 3;
116             
this.txtFeatures.Text = "";
117             
//
118             
// label4
119             
//
120             
this.label4.AutoSize = true;
121             
this.label4.Location = new System.Drawing.Point(-85, 177);
122             
this.label4.Name = "label4";
123             
this.label4.Size = new System.Drawing.Size(54, 17);
124             
this.label4.TabIndex = 6;
125             
this.label4.Text = "Features";
126             
//
127             
// cmbSubCategory
128             
//
129             
this.cmbSubCategory.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
130             
this.cmbSubCategory.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
131             
this.cmbSubCategory.Enabled = false;
132             
this.cmbSubCategory.FormattingEnabled = true;
133             
this.cmbSubCategory.Location = new System.Drawing.Point(166, 112);
134             
this.cmbSubCategory.Name = "cmbSubCategory";
135             
this.cmbSubCategory.Size = new System.Drawing.Size(297, 25);
136             
this.cmbSubCategory.TabIndex = 2;
137             
this.cmbSubCategory.SelectedIndexChanged += new System.EventHandler(this.cmbSubCategory_SelectedIndexChanged);
138             
//
139             
// label3
140             
//
141             
this.label3.AutoSize = true;
142             
this.label3.Location = new System.Drawing.Point(29, 112);
143             
this.label3.Name = "label3";
144             
this.label3.Size = new System.Drawing.Size(83, 17);
145             
this.label3.TabIndex = 4;
146             
this.label3.Text = "Sub Category";
147             
//
148             
// cmbCategory
149             
//
150             
this.cmbCategory.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
151             
this.cmbCategory.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
152             
this.cmbCategory.FormattingEnabled = true;
153             
this.cmbCategory.Location = new System.Drawing.Point(166, 70);
154             
this.cmbCategory.Name = "cmbCategory";
155             
this.cmbCategory.Size = new System.Drawing.Size(297, 25);
156             
this.cmbCategory.TabIndex = 1;
157             
this.cmbCategory.SelectedIndexChanged += new System.EventHandler(this.cmbCategory_SelectedIndexChanged);
158             
//
159             
// label2
160             
//
161             
this.label2.AutoSize = true;
162             
this.label2.Location = new System.Drawing.Point(29, 73);
163             
this.label2.Name = "label2";
164             
this.label2.Size = new System.Drawing.Size(59, 17);
165             
this.label2.TabIndex = 2;
166             
this.label2.Text = "Category";
167             
//
168             
// label1
169             
//
170             
this.label1.AutoSize = true;
171             
this.label1.Location = new System.Drawing.Point(29, 34);
172             
this.label1.Name = "label1";
173             
this.label1.Size = new System.Drawing.Size(87, 17);
174             
this.label1.TabIndex = 1;
175             
this.label1.Text = "Product Name";
176             
//
177             
// txtProductName
178             
//
179             
this.txtProductName.Location = new System.Drawing.Point(166, 31);
180             
this.txtProductName.Name = "txtProductName";
181             
this.txtProductName.Size = new System.Drawing.Size(297, 24);
182             
this.txtProductName.TabIndex = 0;
183             
//
184             
// panel1
185             
//
186             
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
187             
this.panel1.Controls.Add(this.btnGetData);
188             
this.panel1.Controls.Add(this.btnUpdate);
189             
this.panel1.Controls.Add(this.btnDelete);
190             
this.panel1.Controls.Add(this.btnSave);
191             
this.panel1.Controls.Add(this.btnNew);
192             
this.panel1.Location = new System.Drawing.Point(1089, 34);
193             
this.panel1.Name = "panel1";
194             
this.panel1.Size = new System.Drawing.Size(114, 212);
195             
this.panel1.TabIndex = 2;
196             
//
197             
// btnGetData
198             
//
199             
this.btnGetData.Location = new System.Drawing.Point(13, 166);
200             
this.btnGetData.Name = "btnGetData";
201             
this.btnGetData.Size = new System.Drawing.Size(85, 32);
202             
this.btnGetData.TabIndex = 4;
203             
this.btnGetData.Text = "&Get Data";
204             
this.btnGetData.UseVisualStyleBackColor = true;
205             
this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
206             
//
207             
// btnUpdate
208             
//
209             
this.btnUpdate.Enabled = false;
210             
this.btnUpdate.Location = new System.Drawing.Point(13, 128);
211             
this.btnUpdate.Name = "btnUpdate";
212             
this.btnUpdate.Size = new System.Drawing.Size(85, 32);
213             
this.btnUpdate.TabIndex = 3;
214             
this.btnUpdate.Text = "&Update";
215             
this.btnUpdate.UseVisualStyleBackColor = true;
216             
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
217             
//
218             
// btnDelete
219             
//
220             
this.btnDelete.Enabled = false;
221             
this.btnDelete.Location = new System.Drawing.Point(13, 90);
222             
this.btnDelete.Name = "btnDelete";
223             
this.btnDelete.Size = new System.Drawing.Size(85, 32);
224             
this.btnDelete.TabIndex = 2;
225             
this.btnDelete.Text = "&Delete";
226             
this.btnDelete.UseVisualStyleBackColor = true;
227             
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
228             
//
229             
// btnSave
230             
//
231             
this.btnSave.Location = new System.Drawing.Point(13, 52);
232             
this.btnSave.Name = "btnSave";
233             
this.btnSave.Size = new System.Drawing.Size(85, 32);
234             
this.btnSave.TabIndex = 1;
235             
this.btnSave.Text = "&Save";
236             
this.btnSave.UseVisualStyleBackColor = true;
237             
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
238             
//
239             
// btnNew
240             
//
241             
this.btnNew.Location = new System.Drawing.Point(13, 14);
242             
this.btnNew.Name = "btnNew";
243             
this.btnNew.Size = new System.Drawing.Size(85, 32);
244             
this.btnNew.TabIndex = 0;
245             
this.btnNew.Text = "&New";
246             
this.btnNew.UseVisualStyleBackColor = true;
247             
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
248             
//
249             
// txtProductID
250             
//
251             
this.txtProductID.Location = new System.Drawing.Point(404, 3);
252             
this.txtProductID.Name = "txtProductID";
253             
this.txtProductID.Size = new System.Drawing.Size(117, 24);
254             
this.txtProductID.TabIndex = 3;
255             
this.txtProductID.Visible = false;
256             
//
257             
// txtCategoryID
258             
//
259             
this.txtCategoryID.Location = new System.Drawing.Point(279, 3);
260             
this.txtCategoryID.Name = "txtCategoryID";
261             
this.txtCategoryID.Size = new System.Drawing.Size(117, 24);
262             
this.txtCategoryID.TabIndex = 4;
263             
this.txtCategoryID.Visible = false;
264             
//
265             
// txtSubCategoryID
266             
//
267             
this.txtSubCategoryID.Location = new System.Drawing.Point(156, 3);
268             
this.txtSubCategoryID.Name = "txtSubCategoryID";
269             
this.txtSubCategoryID.Size = new System.Drawing.Size(117, 24);
270             
this.txtSubCategoryID.TabIndex = 5;
271             
this.txtSubCategoryID.Visible = false;
272             
//
273             
// button1
274             
//
275             
this.button1.Location = new System.Drawing.Point(827, 349);
276             
this.button1.Name = "button1";
277             
this.button1.Size = new System.Drawing.Size(244, 23);
278             
this.button1.TabIndex = 10;
279             
this.button1.Text = "&Browse";
280             
this.button1.UseVisualStyleBackColor = true;
281             
this.button1.Click += new System.EventHandler(this.button1_Click);
282             
//
283             
// pictureBox1
284             
//
285             
this.pictureBox1.Image = global::WarehouseManagementSystem.Properties.Resources._12;
286             
this.pictureBox1.Location = new System.Drawing.Point(827, 34);
287             
this.pictureBox1.Name = "pictureBox1";
288             
this.pictureBox1.Size = new System.Drawing.Size(244, 309);
289             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
290             
this.pictureBox1.TabIndex = 9;
291             
this.pictureBox1.TabStop = false;
292             
//
293             
// openFileDialog1
294             
//
295             
this.openFileDialog1.FileName = "openFileDialog1";
296             
//
297             
// frmProduct
298             
//
299             
this.AcceptButton = this.btnSave;
300             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
301             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
302             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
303             
this.ClientSize = new System.Drawing.Size(1230, 471);
304             
this.Controls.Add(this.button1);
305             
this.Controls.Add(this.pictureBox1);
306             
this.Controls.Add(this.txtSubCategoryID);
307             
this.Controls.Add(this.txtCategoryID);
308             
this.Controls.Add(this.txtProductID);
309             
this.Controls.Add(this.panel1);
310             
this.Controls.Add(this.groupBox1);
311             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
312             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
313             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
314             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
315             
this.MaximizeBox = false;
316             
this.Name = "frmProduct";
317             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
318             
this.Text = "Product";
319             
this.Load += new System.EventHandler(this.frmProduct_Load);
320             
this.groupBox1.ResumeLayout(false);
321             
this.groupBox1.PerformLayout();
322             
this.panel1.ResumeLayout(false);
323             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
324             
this.ResumeLayout(false);
325             
this.PerformLayout();
326
327         }
328
329         
#endregion
330
331         
private System.Windows.Forms.GroupBox groupBox1;
332         
private System.Windows.Forms.Label label3;
333         
private System.Windows.Forms.Label label2;
334         
private System.Windows.Forms.Label label1;
335         
public System.Windows.Forms.TextBox txtProductName;
336         
private System.Windows.Forms.Panel panel1;
337         
public System.Windows.Forms.Button btnGetData;
338         
public System.Windows.Forms.Button btnUpdate;
339         
public System.Windows.Forms.Button btnDelete;
340         
public System.Windows.Forms.Button btnSave;
341         
public System.Windows.Forms.Button btnNew;
342         
public System.Windows.Forms.TextBox txtProductID;
343         
public System.Windows.Forms.ComboBox cmbSubCategory;
344         
public System.Windows.Forms.ComboBox cmbCategory;
345         
public System.Windows.Forms.TextBox txtCategoryID;
346         
public System.Windows.Forms.TextBox txtSubCategoryID;
347         
public System.Windows.Forms.RichTextBox txtFeatures;
348         
private System.Windows.Forms.Label label4;
349         
private System.Windows.Forms.Label label5;
350         
public System.Windows.Forms.TextBox txtPrice;
351         
private System.Windows.Forms.Label label6;
352         
public System.Windows.Forms.Button button1;
353         
public System.Windows.Forms.PictureBox pictureBox1;
354         
private System.Windows.Forms.OpenFileDialog openFileDialog1;
355     }
356 }


Gõ tìm kiếm nhanh...